Getting started: Drop ugly signal handler cleanup
authorMatthias Clasen <mclasen@redhat.com>
Wed, 24 Jul 2013 05:10:08 +0000 (01:10 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 24 Jul 2013 11:31:05 +0000 (07:31 -0400)
commit7fe3455c9a45b438b947eb0c15c6b8dceb26bc63
tree10fb87c18235d403cbe7889349d799f851dd45bb
parentb73027aa041235392da03f77832dade3a7c26dc4
Getting started: Drop ugly signal handler cleanup

I disconnected signals in dispose() to avoid a visible-tab
change notification during destruction, but this is clunky.

Instead, make the notify::visible-tab signal handler bail out
early when called during destruction.
examples/application7/exampleappwin.c
examples/application8/exampleappwin.c